home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 May: Tool Chest / Developer CD Series May 1996 (Tool Chest) (Apple Computer) (1996).iso / Tool Chest / Development Tools & Languages / HyperCard Related / APDA HyperCard Toolkits / HyperCard Video Toolkit 2.0 / HVT #2 / Video Tips / card_4675.txt < prev    next >
Encoding:
Text File  |  1995-02-07  |  829 b   |  15 lines

  1. -- card: 4675 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 2596
  5. -- name: 
  6.  
  7.  
  8. -- part contents for background part 13
  9. ----- text -----
  10. playvideo here,x where x < the current frame
  11.  
  12. -- part contents for background part 5
  13. ----- text -----
  14. The result of this command is undefined.  Some players will play backward to x, some will play forward to the end of the disc, and some will search to x.  This is because the XCMDs cannot know that x is less than the current frame 
  15. (they do not query the player for the current frame #), so they issue a play forward with a stopping point that's earlier.  Different players respond to this condition differently.  Therefore, this operation is officially undefined as far as the XCMDs go.  You can, however, use "playvideo videoFrame(),x", which will always work properly.